var net/http.uniqNameMu

3 uses

	net/http (current package)
		server.go#L3829: 	uniqNameMu   sync.Mutex
		server.go#L3834: 	uniqNameMu.Lock()
		server.go#L3835: 	defer uniqNameMu.Unlock()